home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Changed / card_3715.txt < prev    next >
Text File  |  1988-07-18  |  8KB  |  295 lines

  1. -- card: 3715 from stack: in
  2. -- bmap block id: 4471
  3. -- flags: 0000
  4. -- background id: 4009
  5. -- name: Placing 1
  6.  
  7.  
  8. -- part 6 (button)
  9. -- low flags: 80
  10. -- high flags: A004
  11. -- rect: left=7 top=315 right=340 bottom=494
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Self-Check
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual iris close
  23.   hide card button "Self-Check"
  24.   show card button "left"
  25.   show card button "right"
  26.   pop card
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 17 (field)
  32. -- low flags: 80
  33. -- high flags: 2007
  34. -- rect: left=54 top=162 right=278 bottom=335
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 3
  39. -- text size: 10
  40. -- style flags: 0
  41. -- line height: 13
  42. -- part name: Grayscale
  43.  
  44.  
  45. -- part 18 (field)
  46. -- low flags: 80
  47. -- high flags: 2007
  48. -- rect: left=8 top=187 right=303 bottom=289
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 0
  52. -- font id: 3
  53. -- text size: 10
  54. -- style flags: 0
  55. -- line height: 13
  56. -- part name: Halftone
  57.  
  58.  
  59. -- part 19 (field)
  60. -- low flags: 80
  61. -- high flags: 2007
  62. -- rect: left=90 top=176 right=292 bottom=371
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 0
  66. -- font id: 3
  67. -- text size: 10
  68. -- style flags: 0
  69. -- line height: 13
  70. -- part name: Line Art
  71.  
  72.  
  73. -- part 20 (field)
  74. -- low flags: 80
  75. -- high flags: 2007
  76. -- rect: left=48 top=176 right=292 bottom=329
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 3
  81. -- text size: 10
  82. -- style flags: 0
  83. -- line height: 13
  84. -- part name: Preview
  85.  
  86.  
  87. -- part 27 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=220 top=308 right=342 bottom=263
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 21700 / 21700
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: 
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual effect zoom open
  102.   go to stack "Apple Scanner"
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 29 (field)
  108. -- low flags: 80
  109. -- high flags: 2004
  110. -- rect: left=18 top=67 right=267 bottom=212
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 0
  114. -- font id: 3
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Note
  119.  
  120.  
  121. -- part 36 (field)
  122. -- low flags: 01
  123. -- high flags: 2004
  124. -- rect: left=18 top=67 right=268 bottom=213
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 0
  128. -- font id: 3
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Target
  133.  
  134.  
  135. -- part 39 (button)
  136. -- low flags: 00
  137. -- high flags: A003
  138. -- rect: left=129 top=283 right=304 bottom=199
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: Next...
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   visual dissolve to card
  150.   go to next card
  151. end mouseUp
  152.  
  153.  
  154.  
  155. -- part 44 (button)
  156. -- low flags: 00
  157. -- high flags: 0001
  158. -- rect: left=414 top=1 right=40 bottom=455
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 1008 / 1008
  161. -- text alignment: 1
  162. -- font id: 0
  163. -- text size: 12
  164. -- style flags: 0
  165. -- line height: 16
  166. -- part name: 
  167. ----- HyperTalk script -----
  168. on mouseUp
  169.   answer "Print this card?" with "Yes" or "Cancel"
  170.   if it is "Yes" then
  171.     doMenu "Print Card"
  172.   end if
  173.   if it is "Cancel" then
  174.     put "Cancel" into it
  175.   end if
  176. end  mouseUp
  177.  
  178.  
  179.  
  180.  
  181. -- part 45 (button)
  182. -- low flags: 00
  183. -- high flags: 0001
  184. -- rect: left=454 top=1 right=40 bottom=494
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 1004 / 1004
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: 
  193. ----- HyperTalk script -----
  194.  
  195. on mouseUp
  196.   play harpsichord a4
  197.   global search
  198.   answer "Type of Glossary search?" with "Browse" or "Automatic" or "Cancel"
  199.   if it is "Browse" then
  200.     visual wipe up slowly
  201.     go to card "Glossary" of stack "Glossary"
  202.   end if
  203.  
  204.   if it is "Automatic" then
  205.     ask "Search for..."
  206.     put it into search
  207.     if search is empty then
  208.       exit mouseUp
  209.     else
  210.       visual wipe up slowly
  211.       put "find search" into message box
  212.       hide message
  213.       go to card "Glossary" of stack "Glossary"
  214.       find word search in field "Text"
  215.       if the result is "not found" then
  216.         answer "Word not found." with "OK"
  217.         exit  mouseUp
  218.       else
  219.         show card field id 13
  220.         wait 4 seconds
  221.         hide card field id 13
  222.       end if
  223.     end if
  224.   end if
  225. end mouseUp
  226.  
  227.  
  228.  
  229.  
  230.  
  231. -- part contents for card part 17
  232. ----- text -----
  233. Grayscale
  234.  
  235. Instructs the scanner to scan the original within the single scan area with Grayscale composition.  Grayscale composition uses 4 bits per pixel to represent 16 different shades of gray.  At a resolution of 300 dots per inch, a grayscale scan records 1200 bits of information per inch for each horizontal inch scanned, or 360,000 bits per square inch.
  236.  
  237. Grayscale composition can be used for only one scan area.  No other scan areas can be present.  The scan area designated as Grayscale composition is indicated in the Scanner window by a wide dark dotted line.
  238.  
  239. When creating a Grayscale composition scan area, AppleScan enables the Contrast & Brightness settings.  Choose Contrast and Brightness to set the contrast and brightness levels.
  240.  
  241. When a window contains a grayscale image, the window title in the View menu displays a Grayscale icon.
  242.  
  243. A grayscale image can be displayed on any monitor that can display 16 shades of gray, such as a color monitor or a high-resolution monitor.  The correct monitor setting for the Macintosh II with an extended video card is 8-bits grayscale, 256 levels.  You change this setting in the Control Panel.
  244.  
  245. If the monitor being used cannot display 16 shades of gray, AppleScan displays the image in black and white.  Displaying the image as Line Art composition does not effect the grayscale information in memory or in a saved document.
  246.  
  247. Grayscale images can be converted to halftone or line art by using the Converter.  A conversion can be performed immediately, or save the grayscale image and convert it at a later time.  
  248.  
  249.  
  250.  
  251. -- part contents for card part 18
  252. ----- text -----
  253. Halftone
  254.  
  255. This setting selectes the pattern to be used when scanning in the halftone mode.  The setting effects Halftone composition scans and conversions of grayscale images to halftone.   The halftone pattern is a 4‚Äîby‚Äî4 dither matrix that determines the manner in which shades of gray are presented in the scanned image.  
  256.  
  257. Use the Locator tool to display a representative area of the image to use with the Halftone Pattern setting.  You can see and print this area using different halftone patterns.    Refer to the Setting dialog box.
  258.  
  259.  
  260.  
  261.  
  262.  
  263. -- part contents for card part 19
  264. ----- text -----
  265. Line Art
  266.  
  267.  
  268.  
  269. -- part contents for card part 20
  270. ----- text -----
  271. Preview
  272.  
  273. Instructs the scanner to perform a 75 dots per inch (dpi) resolution, 100% scale, in Line Art composition.
  274.  
  275. A preview is effected by the Threshold setting and the Graymap setting.  Typically, Preview is used to obtain a rough scan image to set scan areas prior to using Scan.
  276.  
  277. A preview scans the entire scanner glass, ignoring any scan areas set in the Scanner window.
  278.  
  279.  
  280. -- part contents for card part 29
  281. ----- text -----
  282.  
  283. NOTE:  The Scan Control Panel provides access to the same controls and instructions as the Scan menu.  You can operate the scanner by using either the Scan Control Panel or the Scan menu, depending on you preference.
  284.  
  285.  
  286.  
  287. -- part contents for card part 36
  288. ----- text -----
  289.  
  290.  
  291. To scan an original, first place it face down on the scanner glass.
  292.  
  293. ‚Ä¢  Align the original against the alignment bar at the top of the scanner glass.
  294.  
  295.